-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move to the new DS #522
move to the new DS #522
Conversation
🦋 Changeset detectedLatest commit: 731eb10 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Failed to generate code suggestions for PR |
…-settings-layout # Conflicts: # yarn.lock
Improve settings layout
* fixed centering of EmptyStateEditor (#1612) * added changeset
borderRadius: '$medium', | ||
background: '$gray2' | ||
<div | ||
style={{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a class too then
children, | ||
className, | ||
}: { | ||
children: React.ReactNode; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be based on React.DivElements
@@ -34,21 +34,10 @@ export function ColorPickerPopover({ | |||
<InputPopover | |||
defaultOpen={defaultOpen} | |||
trigger={ | |||
<Box | |||
<Button | |||
as="button" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably don't need as button anymore
<Stack | ||
align="center" | ||
gap={2} | ||
style={{ color: 'var(--color-neutral-canvas-default-fg-subtle)' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could make a class here too
background: '$bgCanvas', | ||
padding: '$3', | ||
borderRadius: '$medium', | ||
style={{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Class
@@ -166,7 +165,7 @@ export const CustomRender0: React.FC<{ | |||
}> = ({ action, index }) => { | |||
return ( | |||
<Stack | |||
css={{ | |||
style={{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can clean up all of these to be classes too
Removing Box and stiches
cleaning up and preparing for the new ds